home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TUNUSED / TUNUSED.txt
Text File  |  2000-08-10  |  2KB  |  114 lines

  1. object unused: Tunused
  2.   Left = 548
  3.   Top = 86
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find unused samples'
  7.   ClientHeight = 289
  8.   ClientWidth = 351
  9.   Color = 4874571
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWhite
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 24
  23.     Width = 241
  24.     Height = 31
  25.     AutoSize = False
  26.     Caption = 
  27.       'Please select the samples you wish to remove from this song / pr' +
  28.       'oject.'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWhite
  31.     Font.Height = -11
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     WordWrap = True
  36.   end
  37.   object Shape1: TShape
  38.     Left = 8
  39.     Top = 56
  40.     Width = 241
  41.     Height = 226
  42.   end
  43.   object Label2: TLabel
  44.     Left = 8
  45.     Top = 8
  46.     Width = 313
  47.     Height = 17
  48.     AutoSize = False
  49.     Caption = 'These samples are not used in the current song'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWhite
  52.     Font.Height = -11
  53.     Font.Name = 'Arial'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     WordWrap = True
  57.   end
  58.   object doneBtn: TButton
  59.     Left = 264
  60.     Top = 256
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Done'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 0
  67.   end
  68.   object SampleNames: TCheckListBox
  69.     Left = 9
  70.     Top = 57
  71.     Width = 239
  72.     Height = 224
  73.     BorderStyle = bsNone
  74.     Color = 11255468
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'Arial'
  79.     Font.Style = []
  80.     ItemHeight = 14
  81.     Items.Strings = (
  82.       '...')
  83.     ParentFont = False
  84.     TabOrder = 1
  85.   end
  86.   object allBtn: TButton
  87.     Left = 264
  88.     Top = 56
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'Select all'
  92.     TabOrder = 2
  93.     OnClick = allBtnClick
  94.   end
  95.   object noneBtn: TButton
  96.     Left = 264
  97.     Top = 88
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'None'
  101.     TabOrder = 3
  102.     OnClick = noneBtnClick
  103.   end
  104.   object deleteBtn: TButton
  105.     Left = 264
  106.     Top = 136
  107.     Width = 75
  108.     Height = 25
  109.     Caption = 'Delete'
  110.     TabOrder = 4
  111.     OnClick = deleteBtnClick
  112.   end
  113. end
  114.